home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
lagoonquest.swf
/
scripts
/
DefineButton2_503
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-27
|
205b
|
8 lines
on(release){
dolphinGame.soundWasMute = true;
dolphinGame.ambient.soundVol.setVolume(0);
dolphinGame.music.soundVol.setVolume(0);
dolphinGame.fx.soundVol.setVolume(0);
nextFrame();
}